<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body{color:#666;font-family:'Microsoft Yahei'}
a,a:hover,a:focus{color:#666;text-decoration:none}
ul{list-style:none;padding:0;margin: 0}

/**等比图片**/
.banner{background: #eee no-repeat center;background-size: cover;}
.proportion-constrain-4b3,.proportion-constrain-16b9,.proportion-constrain-custom{position:relative;height:0}
.proportion-constrain-4b3{padding-bottom:75%}
.proportion-constrain-16b9{padding-bottom:56.25%}
.proportion-constrain-4b3&gt;img,.proportion-constrain-16b9&gt;img,.proportion-constrain-custom&gt;img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:contain}
/*图片缩放动画*/
.zoomable{overflow:hidden;}
.zoomable&gt;img{-ms-transform:-ms-transform .3s;-moz-transition:-moz-transform .3s;-o-transition:-o-transform .3s;-webkit-transition:-webkit-transform .3s;transition:transform .3s}
.zoomable&gt;img:hover{-ms-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);transform:scale(1.1,1.1)}

/*单行*/
.line-constrain{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.multiline-constrain{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;}
.multiline-constrain-2{-webkit-line-clamp:2}
/*主题颜色*/
/*背景颜色*/
.theme-txt{color:#ffffff}
.theme-bg{color:#333;background:#eee}
/*文字颜色做背景*/
.theme-txt-bg{background:#ffffff}

/*线框链接 更多*/
.more-link{text-align:center}
.more-link .link-btn{padding:6px 30px;border-color:inherit;border-radius:0}
.more-link .link-btn:hover,.more-link .link-btn:active,.more-link .link-btn:focus{color:inherit}
/*背景按钮*/
.more-link .fill-btn{border:none;background:#008ae6}
.more-link .fill-btn:hover,.more-link .fill-btn:focus{color:#ffffff;background: #f37800}

/*标题*/
.section-header{text-align: center;overflow:hidden;margin-bottom:20px}
.section-header .sec-header{font-weight:bold;margin:10px 0}
.section-header .sec-subheader{}
.hd-label{font-size:16px;line-height: 2}
.hd-label:before,.hd-label:after{content:'';width:150px;display:inline-block;border-top:solid 1px;vertical-align:middle}
.hd-label:before{margin-right:10px}
.hd-label:after{margin-left:10px}
/*分页*/
.pagination-container{text-align: center;}

/*顶部导航*/
.navbar{border:none;margin-bottom: 0}
.navbar&gt;.navbar-collapse{padding:0;border:none;}
.navbar&gt;.navbar-collapse&gt;.navbar-container{background:#008ae6;}
.navbar&gt;.navbar-collapse .navbar-logo{display:inline-block;padding:10px 0}
.navbar .nav&gt;li&gt;a{color:#fff}
.nav&gt;li&gt;a:focus,.nav&gt;li&gt;a:hover,.nav .open&gt;a,.nav .open&gt;a:focus,.nav .open&gt;a:hover{background:rgba(0,0,0,.2);background:transparent\9;filter:progid:DXImageTransform.Microsoft.gradient(startColorStr="#33000000",endColorStr="#33000000");}
.navbar .navbar-nav&gt;li&gt;.dropdown-menu{/*background:#008ae6;*/border:none;border-radius:0}

.navbar .navbar-brand{position: absolute;left: 0;right: 60px;color:#fff;padding-right: 0;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-weight:bold}
.navbar .navbar-header{background:#008ae6}
.navbar .navbar-header .icon-bar{background:#fff}

.breadcrumb-container{color:#333;background: #eee}
.breadcrumb{display: inline-block;background:0;border-radius:0;margin: 0;padding: 0;line-height: 55px}
.breadcrumb&gt;li+li:before{content:'&gt;\00a0';color:#333}
.breadcrumb&gt;li,.breadcrumb&gt;.active,.breadcrumb&gt;li&gt;a{color:#333}


/*产品优势*/
.index-advantage .advantage-item .adv-img{padding-bottom:48.6%}
.advantage-item .adv-title{color:#333}
.advantage-item .adv-desc{color:#666}
/*关于*/
.about .about-detail{text-align: center}
.about .about-detail .about-txt{text-align:justify;text-indent:2em;line-height: 2;-webkit-line-clamp:5;max-height:140px}

/*新闻列表*/
.news-container .news-list li a{display:block}
.news-container .news-list li a .news-title{margin-bottom:.5em}
.news-container .news-list li a .news-desc{line-height: 2;height:56px;-webkit-line-clamp:2}
/*案例列表*/
.pic-list li a{display: block;padding:10px}
.pic-list li a .img-wrap{border:solid 1px #ccc}
.pic-list li a .pic-title{text-align:center;line-height: 2}
/*产品，案例分类*/
.cate-container .cates{text-align:center}
.cate-container .cates li{margin:5px;text-align: center;}
.cates li a{display:block;color:#333;background:#fff; border: 1px solid #ccc;}
.cates li a:hover,.cates li.active a{background:#008ae6; color: #fff;border: 1px solid #008ae6;}
/*新闻详情*/
.news-detail-container{}
.news-detail .nd-top{text-align: center}
.news-detail .nd-top .nd-title{color:#008ae6}
.news-detail .nd-content{color:#333;line-height: 30px}
.news-detail .other-links{border-top:solid 1px #008ae6}
/*产品推荐*/
.news-detail .nd-content{margin-top:10px;text-align: justify}
.rec-products .title,.product-detail .title{color:#008ae6;border-bottom: solid 1px}
.rec-products .title .txt,.product-detail .title .txt{display: inline-block;border-bottom:solid 2px;font-size: 16px;font-weight: bold}
.rec-products .rp-list .rp-title{text-align: center;padding:5px 0}
/*产品详情*/
.product-info{line-height:1.8}
.product-info .pi-title{color:#008ae6;border-bottom:solid 1px;line-height: 2;margin-top:0}
.product-info .pi-key{color:#333}
.product-info .pi-cate{color:#008ae6}
.product-info .pi-desc{margin:10px 0;-webkit-line-clamp:3;max-height:76px}
.product-info .pi-tags ul li{display: inline-block;text-align:center;padding:0 20px;margin:0 5px;border-radius: 20px;background: #008ae6;color:#fff;}
.product-info .pi-tel{margin:10px 0;text-align: center;}
.product-info .pi-tel a{display: inline-block;color:#008ae6;line-height:1;border:solid 1px;border-radius:40px;padding:15px 0;vertical-align: top}
.product-info .pi-tel a:before{margin:0 5px}
/*产品订单*/
.order-form .control-label{white-space:nowrap;text-align: right}
.order-form textarea{resize: vertical;}
/*页脚*/
.footer{font-size:14px;}
.footer&gt;.friend-link{padding: 15px 0;background:rgba(0,0,0,0.2);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr="#33000000",endColorStr="#33000000")}
.footer .contact .head{margin-top:0}
.footer .contact&gt;.list{line-height:2;padding:0;list-style:none}
.footer .form-control{border-radius: 0}
.footer .feedback textarea.form-control{resize:none}
.footer .form-control-code{width:25%}
.footer .feedback .form-code img{width:auto}
.footer .form-group .btn-submit{border-radius:0;color:#fff;background:#f37800}
.footer .form-group .btn-submit:hover{background:#f37800}
.footer .form-group .btn-submit:active{background:#981710}
.footer&gt;.copyright-wrap{text-align:center}
.footer a{color:inherit}

/** 详情 **/
.detail iframe{max-width: 100%;display: block;margin:0 auto}
.detail img,.detail video,.detail embed{max-width:100%;display:block;margin:0 auto!important;height:auto}

/*微信咨询图片*/
.wx-code{display: none;position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,.8);z-index: 9999}
.wx-code&gt;.wx-code-img{display: block; max-width: 70%; margin: 0 auto; top: 50%; position: relative; transform: translateY(-50%);}



/*修改*/
.footer.theme-bg{background:#008ae6; color: #fff;}
.pagination&gt;.active&gt;a, .pagination&gt;.active&gt;a:focus, .pagination&gt;.active&gt;a:hover, .pagination&gt;.active&gt;span, .pagination&gt;.active&gt;span:focus, .pagination&gt;.active&gt;span:hover{background-color: #008ae6;border-color: #008ae6;}
.about-detail .theme-txt{color: #333;}
/*
******************************************
******************************************
******************************************
*/
/*MOBILE*/
@media screen and (max-width:767px){
h1,h2,h3,h4,h5,h6{font-weight:bold}
h1{font-size:18px}
h2{font-size:16px}
h3,h4,h5,h6{font-size:14px}
.banner{height:120px;}
.dropdown-menu&gt;li&gt;a{color:#fff}
/*左竖线*/
.m-vline-header{display:inline-block;color:#333;margin:0;border-left:solid 5px;padding-left:10px}
.carousel .carousel-inner&gt;.item img{height:200px;object-fit:cover}
.breadcrumb-container{background: #fff}
.breadcrumb{line-height: 45px}
.breadcrumb&gt;li+li:before,.breadcrumb&gt;li, .breadcrumb&gt;.active, .breadcrumb&gt;li&gt;a{color:#333}
/*标题*/
.section-header .sec-header{margin-bottom: 5px}
.section-header .sec-header h2{margin-top:0;margin-bottom: 0}
.hd-label{line-height: 1.4}
.hd-label:before,.hd-label:after{width:50px}
/*栏目导航*/
.column-container{padding:20px 0}
.column-list{padding:0;margin-bottom:0;list-style:none;text-align:center}
.column-list .column-item{padding:0}
.column-list .column-item .column-title{color:#333;margin-top:10px}

/*产品列表*/
.index-product-list{background:#fff;padding:20px 0 10px;border-top:solid 15px #eee;}
.index-product-list .section-header{margin-bottom:17px}
.index-product-list .product-list .product-title{text-align:center}
.product-list .product-item:nth-child(odd){padding-right:7px}
.product-list .product-item:nth-child(even){padding-left:7px}
.product-list .product-title{color:#333;font-weight:bold;margin-top:10px}
.product-list .product-desc{margin-bottom:10px}
.index-product-list .product-list .product-desc{min-height:1.43em}
.index-product-list .more-link{margin:10px 0;}
/*产品优势*/
.index-advantage{padding:20px 0;border-top:solid 15px #eee;}
.index-advantage .adv-img-m{float:left;width:35%;margin-right: 10px}
.index-advantage .advantage-item .adv-img{padding-bottom:75%}
.index-advantage .section-header{margin-bottom:8px}
.index-advantage .section-header .sec-header{color:inherit;}
.advantage-item .adv-wrap{/*color:#fff;*/overflow:hidden;padding:17px 22px;margin:9px 0;border-radius:4px;background:#fff;}
.advantage-item .adv-title{margin-top:5px;;color:#333;}
.advantage-item .adv-desc{-webkit-line-clamp:2;color:#333}
/*关于*/
.index-about{background:#eee;border-top: solid 15px #eee}
.index-about .about .about-detail{margin:15px -15px 0;padding:20px 15px;padding-bottom:20px}
.index-about .about .about-txt{margin:10px 0}
.index-about .about .about-link{margin-top:15px}
.about .about-title{margin:10px 0 5px}
.about .about-img{display: block;max-width:100%;margin:0 auto;height:auto;}
/*新闻*/
.index-news{background:#fff;padding:20px 0;border-top:solid 15px #eee}
.index-news .section-header{margin-bottom:17px}
.index-news .news-wrap{color:#666;background:#fff}
.index-news .news-list .news-item:nth-child(n+3){display: none}
.index-news .news-list .news-item:nth-child(odd){padding-right:7px}
.index-news .news-list .news-item:nth-child(even){padding-left:7px}
.index-news .news-list .news-title{color:#333;text-align: center;margin-top:10px}
.index-news .news-list .news-desc{text-overflow:ellipsis;-webkit-line-clamp:2;}
.index-news .more-link{margin-top:20px;}
/* ******** 内页 ******** */
/*新闻列表*/
.news-container{padding:10px 0;border-top:solid 15px #eee}
.news-container .news-list li{margin:6px 0;}
.news-container .news-list li a{padding:15px;background:#f7f7f7}
.news-container .news-list li a .news-title{font-weight: bold}
/*案例列表*/
.pic-list li:nth-child(odd){padding-right: 7px}
.pic-list li:nth-child(even){padding-left:7px}
.pic-list li a{padding:0}

.case-container,.product-container{padding:20px 0;border-top:solid 15px #eee}
.cate-container .cates{overflow: hidden;margin:0 -1%}
.cate-container .cates li{float: left;width:48%;margin:0 1% 10px}
.cate-container .cates li a{line-height:2.5}

/*新闻详情*/
.news-detail-container{padding:10px 0;background:#fff;border-top: solid 15px #eee}
.news-detail .nd-content{margin-top:5px;color:#422d2a;overflow: hidden;}
.news-detail .other-links{margin:0;padding:10px 0;line-height: 30px}
.news-detail .other-links .link{padding:0}
.news-detail .other-links .link a{color:#008ae6;}
/*产品推荐*/
.rec-products{margin-left: -15px;margin-right: -15px;padding-bottom: 10px;border-top: solid 15px #eee}
.rec-products .title{margin:6px 0 15px;line-height: 30px;}
.rec-products .rp-list li:nth-child(n+5){display: none}
/*产品详情*/
.product-detail .title{line-height: 30px;margin:15px 0}
.product-info{padding:10px 0;border-bottom:solid 15px #eee}
.product-info .pi-title{padding:15px 0}
.product-info .pi-tel a{display:block;padding:15px;text-align: center;margin-top:15px}
/*页脚*/
.footer .contact{padding-top:20px;padding-bottom:10px;border-top:solid 15px #eee;color:#333;background:#fff;}
.footer .contact .head{font-size:16px;margin-bottom:5px;text-align: center;}
.footer .contact .hd-label{text-align: center;}
.footer .contact .head,.footer .contact .hd-label{color:#666}
.footer .form-control{color:#fff;background:0}
.footer .form-control-code{width:40%}
.footer .feedback{padding-top:20px;border-top:solid 15px #eee}
.footer .feedback .form-code img,.footer .feedback .form-code a{margin-top:7px}
.footer{padding-bottom:20px}
.footer .footer-wrap .contact li{line-height:2;}
.copyright{font-size:14px;line-height:1.5}
.copyright-item{display:block}

/*底部导航*/
.fixed-navbar-bottom,.navbar-bottom{/*height: 60px*/}
.navbar-bottom{position: fixed;left:0;bottom:0;width:100%;background:#fff;z-index: 99}
.navbar-bottom&gt;.nb-item{float:left;width:20%;text-align: center;}
.navbar-bottom&gt;.nb-item&gt;a{}
.navbar-bottom&gt;.nb-item&gt;a&gt;img{display: block;margin:5px auto 0;width:20px;height: 20px}
.navbar-bottom b{font-weight: normal;}
.product-info .pi-tags ul li{margin:5px;}
}











/*
******************************************
******************************************
******************************************
*/

/*PC*/
@media screen and (min-width:768px){

h1{font-size:24px}
h2{font-size:22px}
h3{font-size:18px}
h4{font-size:16px}
h5,h6{font-size:14px}

a:hover,a:focus{color:inherit}


/*搜索框*/
.searchbox{float:right;width: 359px;height: 42px;margin-top:39px;border:solid 1px #008ae6;padding-left:45px;background:url(./magnifier.png) no-repeat 12px center}
.searchbox .sch-txt{float:left;width:240px;margin-top:9px;background:0;border:none;padding:0;outline: none}
.searchbox .sch-btn{float:left;border:none;color:#fff;width:72px;height:40px;background:#008ae6;outline: none}
.searchbox .sch-btn:hover{background:#14452e}
.searchbox .sch-btn:active{background:#14452e}
/*顶部导航*/
.navbar-nav{font-size:16px}
.navbar-nav&gt;li&gt;a{padding:19px 42px;}
.dropdown-menu&gt;li&gt;a{line-height:2}

.carousel-inner&gt;.item&gt;a&gt;img, .carousel-inner&gt;.item&gt;img{min-height: 450px;object-fit: cover}
.banner{height:100%;}

/*产品列表*/
.product-list{text-align: center;}
.product-list .product-item{padding-bottom:10px;padding-left:10px;padding-right: 10px}
.product-list .product-item .img-wrap{border:solid 1px #ddd}
.product-list .product-title{color:#333;font-size:16px;font-weight: bold;margin-top:5px}
.product-list .product-desc{font-size:14px}
.index-product-list {padding:20px 0;line-height:2}
.index-product-list .product-list .product-desc{min-height:2em}
.index-product-list .tab-plist{display: none}
.index-product-list .cate-container{margin-bottom:20px}
.index-product-list .section-header .sec-header{color:#008ae6}
.index-product-list .section-header .sec-header h2{font-weight:bold}
.index-product-list .more-link{margin-top:20px;}
.index-product-list .product-list .proportion-constrain-4b3 img{object-fit:contain;}
.product-container .product-list .proportion-constrain-4b3 img{object-fit:contain;}
/*产品优势*/
.index-advantage{padding:30px 0}
.advantage-item .adv-wrap{overflow: hidden;}
.section-header .sec-header{color:#008ae6}
.advantage-item .adv-title{padding:0 32px;margin:10px 0;font-size:24px;text-align: center;}
.advantage-item .adv-desc{padding:0 32px;margin:10px 0;line-height:25px;height:75px;-webkit-line-clamp:3}
.advantage-item .adv-link{margin:30px 0;text-align: center}
.advantage-item .adv-link .link-btn{color:#000;border-color:#000}
.advantage-item .adv-link .link-btn:hover{color:#fff;background:#f37800; border: 1px solid #f37800}
/*关于*/
.index-about{padding:40px 0 20px}
.about .about-img{float:left;width:45%;height:330px;margin-right:35px;object-fit:cover;}
.about .about-detail{height:330px;padding:40px 50px 40px;text-align:center;overflow: hidden;}
.about .about-detail .about-link{margin-top:20px}
/*新闻*/
.index-news{padding-bottom:40px}
.index-news .section-header .sec-header{color:#008ae6}
.index-news .section-header .sec-header h2{font-weight:bold}
.index-news .news-item .news-wrap{padding-bottom:20px}
.index-news .news-item .news-title{padding:0 30px;}
.index-news .news-item .news-desc{line-height:25px;padding:0 30px;-webkit-line-clamp:3;max-height:75px}
.index-news .news-item .news-link{margin-top:20px}
.index-news .more-link{margin-top:40px}
/*栏目标题间距*/
.index-advantage .advantage-list,.index-news .news-list{padding-top: 5px;}
/* ******** 内页 ******** */
/*新闻列表*/
.news-container{background:#fff}
.news-container .news-list{padding:18px 0}
.news-container .news-list li{margin:9px 0}
.news-container .news-list li .news-title{font-size:16px;font-weight: bold;color:#333;}
.news-container .news-list li a{padding:23px 21px;display: block;background:#f5f5f5;
-webkit-transition:background .3s;
-ms-transition:background .3s;
-o-transition:background .3s;
transition:background .3s;}
.news-container .news-list li a:hover{color:#fff;background:#008ae6;}
.news-container .news-list li a:hover .news-title{color:#fff}
/*案例列表*/
.pic-list li{margin:10px 0 0;}
.pic-list li a{background: #fff}
.pic-list li a .pic-title{font-size:16px;margin-top:10px;}
.pic-list li a:hover{color:#f37800;/*box-shadow:0 5px 10px #edc*/}

.case-container,.product-container{padding:20px 0;background: #fff}
/*产品，案例分类*/
.cates li{display: inline-block;margin:0 5px}
.cates li a{width:136px;line-height: 47px;height: 47px}

/*新闻详情*/
.sidebar-right{float: right;margin-left: 38px;margin-top:20px;width: 210px;}
.sidebar-right .title{font-size: 16px;font-weight:bold;color:#333;text-align:center;margin:15px 0;}
/*右侧栏*/
.sidebar-right .product-cates{padding:0 18px 18px;overflow: hidden;background: #f5f5f5}
.sidebar-right .product-cates .p-cates li{margin:5px 0}
.sidebar-right .product-cates .p-cates li a{background:#008ae6;color:#fff;display: block;padding:7px 0;text-align: center;}
.sidebar-right .product-cates .p-cates li a:hover{background:#008ae6}

.sidebar-right .rec-news{margin-top:15px;padding:0 18px 18px;overflow: hidden;background: #f5f5f5}
.sidebar-right .rec-news .title{margin-bottom:5px}
.sidebar-right .rec-news .rn-list li a{color:#333;line-height: 30px}

.main-wrapper{overflow: hidden;}
.main-wrapper h3{font-weight: bold}
/*新闻*/
.news-detail-container{padding:20px 0}
.news-detail .other-links a{color:#333;line-height: 54px}
/*产品推荐*/
.rec-products{}
.rec-products .title .txt{line-height:50px}
.rec-products .rp-list{margin:20px -30px 0}
.rec-products .rp-list li{margin:0}
.rec-products .rp-list li a{background:0;padding:0;text-align: center;}
.rec-products .rp-list li a:hover{box-shadow:none}
/*案例*/
.case-detail .nd-content{padding:20px 0}
/*产品详情*/
.product-info{padding:10px 0;}
.product-info .pi-title{margin-top:6px;font-size:18px}
.product-info .pi-img{margin-top:15px;border:solid 1px #008ae6}
.product-info .pi-img img{border:solid 10px #fff}
.product-info .pi-tags ul{margin-top:10px}
.product-info .pi-tel{margin-top:20px}
.product-detail .title .txt{line-height: 50px}

/*页脚*/
.footer .friend-link a{margin:0 10px}
.footer .contact&gt;li{line-height:2;}
.footer&gt;.footer-wrap{padding:35px 0 20px;border-bottom:solid 1px #015994}
.footer&gt;.copyright-wrap{padding:20px 0;border-top:solid 1px #2da5f5}
.footer .contact{/*float:right*/}
.footer .feedback{/*float:left*/}
.footer .feedback .form-code img,.footer .feedback .form-code a{margin-top:4px}
.footer .feedback .form-code a{white-space: nowrap}
.footer .feedback .control-label{padding-top:4px;padding-bottom:4px;white-space:nowrap}
.footer .feedback .form-control{border:none;height:28px;background:#fff}
.footer .feedback textarea.form-control{height:auto;resize: none}
.feedback-code-wrapper img{width:auto;}
/* 二维码 */
.footer .qr-code-wrap{padding:0 40px;text-align: center;height: 220px;border:solid 1px #0364a5;border-top: none;border-bottom: none}
.footer .qr-code-wrap .qr-code{margin-top:10px;padding-bottom:100%}
}


@media (min-width: 1200px){
    .container {
        width: 1230px;
    }
}</pre></body></html>